ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / TooltipContent Property






In This Topic
    TooltipContent Property (ChartSeriesBase<T>)
    In This Topic
    Sets or Gets the tooltip content for specific chart series
    Syntax
    'Declaration
     
    
    Public Property TooltipContent As System.String
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As System.String
     
    instance.TooltipContent = value
     
    value = instance.TooltipContent
    public System.string TooltipContent {get; set;}
    public read-write property TooltipContent: System.String; 
    public function get,set TooltipContent : System.String
    public: __property System.string* get_TooltipContent();
    public: __property void set_TooltipContent( 
       System.string* value
    );
    public:
    property System.String^ TooltipContent {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also